home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / GNUSUTIL.ZIP / lib / utsname.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-23  |  129 b   |  9 lines

  1. struct utsname
  2. {
  3.   char sysname[32];
  4.   char nodename[32];
  5.   char release[16];
  6.   char version[16];
  7.   char machine[32];
  8. };
  9.